FCM Service

  • Global factory const which can be used to create a FCMServiceClient with a StitchAppClient. Pass into StitchAppClient.serviceClient(fromFactory:withName) to get an `FCMServiceClient.

    Declaration

    Swift

    public let fcmServiceClientFactory: AnyNamedServiceClientFactory<FCMServiceClient>
  • The FCM service client, which can be used to send push notifications to other users via MongoDB Stitch.

    See more

    Declaration

    Swift

    public protocol FCMServiceClient
  • An FCMSendMessageNotification encapsulates the details of an FCM send message request notification payload.

    See more

    Declaration

    Swift

    public struct FCMSendMessageNotification : Encodable
  • A builder class which can be used to prepare the notification inside of an FCM send message request.

    See more

    Declaration

    Swift

    public class FCMSendMessageNotificationBuilder
  • FCMSendMessagePriority indicates the priority of a message.

    See more

    Declaration

    Swift

    public enum FCMSendMessagePriority : String, Encodable
  • An FCMSendMessageRequest encapsulates the details of an FCM send message request.

    See more

    Declaration

    Swift

    public struct FCMSendMessageRequest : Encodable
  • A builder class which can be used to prepare an FCM send message request.

    See more

    Declaration

    Swift

    public class FCMSendMessageRequestBuilder